home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / drivers / win31vga.zip / INSTALL.BAT next >
DOS Batch File  |  1992-04-15  |  4KB  |  99 lines

  1. echo off
  2. cls
  3. if () == (%1) goto NO_ARG
  4. if (a:) == (%1) goto FDISK
  5. if (b:) == (%1) goto FDISK
  6. cls
  7. echo                    ┌─────────────────────────────┐
  8. echo                    │** ATI Windows 3.1 Drivers **│
  9. echo                    └─────────────────────────────┘
  10. echo 
  11. echo         ───────────────────────────────────────────────────────────
  12. echo                    ERROR: Invalid drive specified.
  13. echo                      You must use drive A: or B:
  14. echo         ───────────────────────────────────────────────────────────
  15. echo 
  16. echo         In order to properly install the Windows 3.1 drivers, the
  17. echo         files contained in enclosed archive SHOULD be extracted to a
  18. echo         high density floppy disk. The Windows SETUP program will
  19. echo         then use this disk to configure Windows correctly. Please
  20. echo         try again specifying either drive A: or B:.
  21. goto DONE
  22.  
  23. :NO_ARG
  24. cls
  25. echo                    ┌─────────────────────────────┐
  26. echo                    │** ATI Windows 3.1 Drivers **│
  27. echo                    └─────────────────────────────┘
  28. echo                          ─────────────────
  29. echo      This batch file needs to know what drive you wish to install
  30. echo        the files on. You must install the drivers to a diskette.
  31. echo    Please also ensure that the drive contains a high density floppy.
  32. echo 
  33. echo                        ─────────────────────────
  34. echo                       │ Usage: INSTALL [drive]: │
  35. echo                        ─────────────────────────
  36. echo                           Example: INSTALL A:
  37. goto DONE
  38.  
  39. :FDISK
  40. cls
  41. echo                    ┌─────────────────────────────┐
  42. echo                    │** ATI Windows 3.1 Drivers **│
  43. echo                    └─────────────────────────────┘
  44. echo                          ─────────────────
  45. echo              This batch file will conveniently extract the
  46. echo       ATI Windows 3.1 Drivers to a high density floppy diskette.
  47. echo                          ─────────────────
  48. echo              Please ensure that you have a blank/formatted
  49. echo             floppy diskette ready before you continue. This
  50. echo               diskette may be a high or low density type.
  51. echo 
  52. echo               Press any key to continue the installation
  53. echo                         or CONTROL-C to abort.
  54. pause >nul
  55. cls
  56. echo                    ┌─────────────────────────────┐
  57. echo                    │** ATI Windows 3.1 Drivers **│
  58. echo                    └─────────────────────────────┘
  59. echo                          ─────────────────
  60. echo Decompressing. . .
  61. win31vga /e%1
  62. if not ERRORLEVEL 0 goto ERROR
  63. cls
  64. echo                    ┌─────────────────────────────┐
  65. echo                    │** ATI Windows 3.1 Drivers **│
  66. echo                    └─────────────────────────────┘
  67. echo                          ─────────────────
  68. echo                     ╒══════════════════════════╕
  69. echo                     │ Installation successful! │
  70. echo                     ╘══════════════════════════╛
  71. echo 
  72. echo The first step of the installing your ATI Windows 3.1 drivers is now
  73. echo complete. The next step is to tell Windows to use these drivers. Please
  74. echo read the README.TXT file for instructions on how to tell Windows to use
  75. echo these new drivers. The README.TXT file is located on the diskette your
  76. echo have just created. If you require assistance in any way, please feel
  77. echo free to contact ATI Customer Support.
  78. echo 
  79. echo           ATI Customer Support (416) 756-0711 9am-5:30pm EST
  80. goto DONE
  81. :ERROR
  82. cls
  83. echo                    ┌─────────────────────────────┐
  84. echo                    │** ATI Windows 3.1 Drivers **│
  85. echo                    └─────────────────────────────┘
  86. echo 
  87. echo                       ╒══════════════════════╕
  88. echo                       │ Installation failed! │
  89. echo                       ╘══════════════════════╛
  90. echo                           ───────────────
  91. echo  Please check the diskette that you specified and ensure it has at least
  92. echo  800K free disk space. If this batch file continues to present problems,
  93. echo  please refer to the README.1ST file for instructions on how to manually
  94. echo  extract the Windows 3.1 drivers. If you continue to have problems,
  95. echo  download the file again or call ATI Customer Support for assistance.
  96. echo 
  97. echo           ATI Customer Support (416) 756-0711 9am-5:30pm EST
  98. :DONE
  99.